Skip to content
This repository was archived by the owner on Aug 24, 2025. It is now read-only.

Comments

multithreading odometry#51

Open
MatthewChoulas wants to merge 2 commits intophoenix6from
drivetrain-multithreading
Open

multithreading odometry#51
MatthewChoulas wants to merge 2 commits intophoenix6from
drivetrain-multithreading

Conversation

@MatthewChoulas
Copy link
Contributor

No description provided.

Copy link
Member

@sswadkar sswadkar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

overall looks good, few changes to make before we merge in

const val FOC_ENABLED = false
const val MINIMIZE_SKEW = false

const val OMOMETRY_UPDATE_FREQUENCY = 250.0
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we add units for frequency? t = 1/f so it should be as something like

inline val Double.hertz: Time
  get() = Time(1/this)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants